@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Abeyance h1{
	color: #990099;
	width: 100%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Fondamento, serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 0 0 0 8%;
	
}

#Abeyance{
	color: #990099;
	width: 90%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Fondamento, serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6;
	background: url("Images/Love In AbeyanceBG2.jpg");
	background-repeat: no-repeat;
	margin: 0 18%; 
	padding:  2% 5% 3% 45%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	width: 100%;
	text-align: left;
	font-family: Fondamento, serif;
	font-size: 70%;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 2% 0 ;
	
}

/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1280px){
	#Abeyance{
		margin: 0 10%; 
		padding:  2% 5% 3% 48%;
	}
}
@media screen and (max-width: 1024px){
	#Abeyance{
		width: 95%;
		background: url("Images/Love In AbeyanceBG1024.jpg");
		background-repeat: no-repeat;
		margin: 0 3%; 
		padding:  2% 2% 5% 58%;
	}
}
@media screen and (max-width: 768px){
	#Abeyance{
		letter-spacing: 0.1em;
		line-height: 1.4;
		background: url("Images/Love In AbeyanceBG768.jpg");
		background-repeat: no-repeat;
		margin: 0 3%; 
		padding:  3% 2% 3% 54%;
	}
}

@media screen and (max-width: 640px){
	#Abeyance{
		width: 98%;
		font-size: 90%;
		letter-spacing: 0.1em;
		line-height: 1.4;
		background: url("Images/Love In AbeyanceBG640.jpg");
		background-repeat: no-repeat;
		margin: 0 1% ; 
		padding:  2% 2% 2% 57%;
	}
}

@media screen and (max-width: 500px){
	#Abeyance{
		width: 100%;
		font-size: 80%;
		letter-spacing: 0.05em;
		line-height: 1.4;
		background: url("Images/Love In Abeyance500.jpg");
		background-repeat: no-repeat;
		margin: 0 1.5%; 
		padding:  2% 2% 2% 55%;
	}
}


@media screen and (max-width: 480px){
	#Abeyance{
		width: 100%;
		font-size: 80%;
		letter-spacing: 0.05em;
		line-height: 1.4;
		background: url("Images/Love In Abeyance500.jpg");
		background-repeat: no-repeat;
		margin: 0 1.5%; 
		padding:  2% 2% 2% 55%;
	}
}






